const go/types.novalue
19 uses
go/types (current package)
api.go#L324: return tv.mode == novalue
builtins.go#L252: x.mode = novalue
builtins.go#L414: x.mode = novalue
builtins.go#L568: x.mode = novalue
builtins.go#L592: x.mode = novalue
builtins.go#L782: x.mode = novalue
call.go#L220: x.mode = novalue
check.go#L411: case novalue:
expr.go#L1222: if x.mode == invalid || x.mode == novalue {
expr.go#L1706: check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1713: check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1723: check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
expr.go#L1734: check.exclude(x, 1<<novalue)
expr.go#L1745: case novalue:
operand.go#L21: novalue // operand represents no value (result of a function call w/o result)
operand.go#L35: novalue: "no value",
operand.go#L137: case invalid, novalue, builtin, typexpr:
typexpr.go#L253: case novalue:
typexpr.go#L270: case novalue:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)